Html Css Color HEX #AF6F29 Reno Sand

📋 copy color: '#AF6F29'

red 175 ◦ green 111 ◦ blue 41

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

Shades of Reno Sand #AF6F29

Tints of Reno Sand #AF6F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 53.52%
G = 33.94%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6F29 (or 0xAF6F29) is known color: Reno Sand. HEX triplet: AF, 6F and 29. RGB value is (175,111,41). Sum of RGB (Red+Green+Blue) = 175+111+41=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F29 is #5090D6. Grayscale: #7A7A7A. Windows color (decimal): -5279959 or 2715567. OLE color: 2715567.

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

Color convert

RGB 175 111 41 -
CMYK 0 0.37 0.77 0.31
HSL 31.34º 0.62% 0.42% -
HSV(B) 31.34º 0.77% 0.69% -
XYZ 23.76 20.64 4.83 -
YUV 122.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 175 111 41 0 0.37 0.77 0.31 31.34 0.62 0.42
Hex AF 6F 29 0 25 4D 1F 1F 3E 2A
Octal 257 157 51 0 45 115 37 37 76 52
Binary 10101111 1101111 101001 0 100101 1001101 11111 11111 111110 101010

Color Harmonies of #AF6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F29

Black with #AF6F29

Text Example


Text Example

White with #AF6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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