Html Css Color HEX #AF6F2C Reno Sand

📋 copy color: '#AF6F2C'

red 175 ◦ green 111 ◦ blue 44

#AF6F2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #AF6F2C

Tints of Reno Sand #AF6F2C

RGB

 RED value IS 175 (68.75% from 255) = 53.03%

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 53.03%
G = 33.64%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF6F2C (or 0xAF6F2C) is known color: Reno Sand. HEX triplet: AF, 6F and 2C. RGB value is (175,111,44). Sum of RGB (Red+Green+Blue) = 175+111+44=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F2C is #5090D3. Grayscale: #7A7A7A. Windows color (decimal): -5279956 or 2912175. OLE color: 2912175.

HSL color Cylindrical-coordinate representation of color #AF6F2C: hue angle of 30.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF6F2C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 111 44 -
CMYK 0 0.37 0.75 0.31
HSL 30.69º 0.6% 0.43% -
HSV(B) 30.69º 0.75% 0.69% -
XYZ 23.82 20.66 5.12 -
YUV 122.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 175 111 44 0 0.37 0.75 0.31 30.69 0.6 0.43
Hex AF 6F 2C 0 25 4B 1F 1F 3C 2B
Octal 257 157 54 0 45 113 37 37 74 53
Binary 10101111 1101111 101100 0 100101 1001011 11111 11111 111100 101011

Color Harmonies of #AF6F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F2C

Black with #AF6F2C

Text Example


Text Example

White with #AF6F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F2C; }

 p { color: rgb(175,111,44); }

 H1.HeaderClassName
 {
   color: #AF6F2C;
 }
 .AnyTagClassName
 {
   color: #AF6F2C;
 }
</style>

background-color css

<style>
 a { background-color: #AF6F2C; }

 a { background-color: rgb(175,111,44); }

 div.DivClassName
 {
   background-color: #AF6F2C;
 }
 .BgClassName
 {
   background-color: #AF6F2C;
 }
</style>

border-color css

<style>
 span { border-color: #AF6F2C; }

 span { border-color: rgb(175,111,44); }

 td.TdClassName
 {
   border-color: #AF6F2C;
 }
 .TagClassName
 {
   border-color: #AF6F2C;
 }
</style>