Html Css Color HEX #AF6002 Golden Brown

📋 copy color: '#AF6002'

red 175 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #AF6002

Tints of Golden Brown #AF6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 64.1%
G = 35.16%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6002 (or 0xAF6002) is known color: Golden Brown. HEX triplet: AF, 60 and 02. RGB value is (175,96,2). Sum of RGB (Red+Green+Blue) = 175+96+2=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6002 is #509FFD. Grayscale: #6D6D6D. Windows color (decimal): -5283838 or 155823. OLE color: 155823.

HSL color Cylindrical-coordinate representation of color #AF6002: hue angle of 32.6º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF6002 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 2 -
CMYK 0 0.45 0.99 0.31
HSL 32.6º 0.98% 0.35% -
HSV(B) 32.6º 0.99% 0.69% -
XYZ 21.87 17.48 2.28 -
YUV 108.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 175 96 2 0 0.45 0.99 0.31 32.6 0.98 0.35
Hex AF 60 2 0 2D 63 1F 21 62 23
Octal 257 140 2 0 55 143 37 41 142 43
Binary 10101111 1100000 10 0 101101 1100011 11111 100001 1100010 100011

Color Harmonies of #AF6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6002

Black with #AF6002

Text Example


Text Example

White with #AF6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6002; }

 p { color: rgb(175,96,2); }

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

background-color css

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

 a { background-color: rgb(175,96,2); }

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

border-color css

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

 span { border-color: rgb(175,96,2); }

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