Html Css Color HEX #AF7432 Reno Sand

📋 copy color: '#AF7432'

red 175 ◦ green 116 ◦ blue 50

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

Shades of Reno Sand #AF7432

Tints of Reno Sand #AF7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 51.32%
G = 34.02%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7432 (or 0xAF7432) is known color: Reno Sand. HEX triplet: AF, 74 and 32. RGB value is (175,116,50). Sum of RGB (Red+Green+Blue) = 175+116+50=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7432 is #508BCD. Grayscale: #7E7E7E. Windows color (decimal): -5278670 or 3306671. OLE color: 3306671.

HSL color Cylindrical-coordinate representation of color #AF7432: hue angle of 31.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF7432 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 50 -
CMYK 0 0.34 0.71 0.31
HSL 31.68º 0.56% 0.44% -
HSV(B) 31.68º 0.71% 0.69% -
XYZ 24.5 21.84 5.94 -
YUV 126.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 175 116 50 0 0.34 0.71 0.31 31.68 0.56 0.44
Hex AF 74 32 0 22 47 1F 20 38 2C
Octal 257 164 62 0 42 107 37 40 70 54
Binary 10101111 1110100 110010 0 100010 1000111 11111 100000 111000 101100

Color Harmonies of #AF7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7432

Black with #AF7432

Text Example


Text Example

White with #AF7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7432; }

 p { color: rgb(175,116,50); }

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

background-color css

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

 a { background-color: rgb(175,116,50); }

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

border-color css

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

 span { border-color: rgb(175,116,50); }

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