Html Css Color HEX #AF6902 Golden Brown

📋 copy color: '#AF6902'

red 175 ◦ green 105 ◦ blue 2

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

Shades of Golden Brown #AF6902

Tints of Golden Brown #AF6902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 62.06%
G = 37.23%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6902 (or 0xAF6902) is known color: Golden Brown. HEX triplet: AF, 69 and 02. RGB value is (175,105,2). Sum of RGB (Red+Green+Blue) = 175+105+2=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6902 is #5096FD. Grayscale: #727272. Windows color (decimal): -5281534 or 158127. OLE color: 158127.

HSL color Cylindrical-coordinate representation of color #AF6902: hue angle of 35.72º 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 #AF6902 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 2 -
CMYK 0 0.40 0.99 0.31
HSL 35.72º 0.98% 0.35% -
HSV(B) 35.72º 0.99% 0.69% -
XYZ 22.74 19.22 2.57 -
YUV 114.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 175 105 2 0 0.40 0.99 0.31 35.72 0.98 0.35
Hex AF 69 2 0 28 63 1F 24 62 23
Octal 257 151 2 0 50 143 37 44 142 43
Binary 10101111 1101001 10 0 101000 1100011 11111 100100 1100010 100011

Color Harmonies of #AF6902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6902

Black with #AF6902

Text Example


Text Example

White with #AF6902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6902; }

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

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

background-color css

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

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

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

border-color css

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

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

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