Html Css Color HEX #AF7010 Golden Brown

📋 copy color: '#AF7010'

red 175 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #AF7010

Tints of Golden Brown #AF7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 57.76%
G = 36.96%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF7010 (or 0xAF7010) is known color: Golden Brown. HEX triplet: AF, 70 and 10. RGB value is (175,112,16). Sum of RGB (Red+Green+Blue) = 175+112+16=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7010 is #508FEF. Grayscale: #787878. Windows color (decimal): -5279728 or 1077423. OLE color: 1077423.

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

Color convert

RGB 175 112 16 -
CMYK 0 0.36 0.91 0.31
HSL 36.23º 0.83% 0.37% -
HSV(B) 36.23º 0.91% 0.69% -
XYZ 23.57 20.74 3.25 -
YUV 119.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 175 112 16 0 0.36 0.91 0.31 36.23 0.83 0.37
Hex AF 70 10 0 24 5B 1F 24 53 25
Octal 257 160 20 0 44 133 37 44 123 45
Binary 10101111 1110000 10000 0 100100 1011011 11111 100100 1010011 100101

Color Harmonies of #AF7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7010

Black with #AF7010

Text Example


Text Example

White with #AF7010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7010; }

 p { color: rgb(175,112,16); }

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

background-color css

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

 a { background-color: rgb(175,112,16); }

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

border-color css

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

 span { border-color: rgb(175,112,16); }

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