Html Css Color HEX #AF6200 Golden Brown

📋 copy color: '#AF6200'

red 175 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #AF6200

Tints of Golden Brown #AF6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.1%
G = 35.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF6200 (or 0xAF6200) is known color: Golden Brown. HEX triplet: AF, 62 and 00. RGB value is (175,98,0). Sum of RGB (Red+Green+Blue) = 175+98+0=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6200 is #509DFF. Grayscale: #6E6E6E. Windows color (decimal): -5283328 or 25263. OLE color: 25263.

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

Color convert

RGB 175 98 0 -
CMYK 0 0.44 1 0.31
HSL 33.6º 1% 0.34% -
HSV(B) 33.6º 1% 0.69% -
XYZ 22.05 17.85 2.28 -
YUV 109.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 175 98 0 0 0.44 1 0.31 33.6 1 0.34
Hex AF 62 0 0 2C 64 1F 22 64 22
Octal 257 142 0 0 54 144 37 42 144 42
Binary 10101111 1100010 0 0 101100 1100100 11111 100010 1100100 100010

Color Harmonies of #AF6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6200

Black with #AF6200

Text Example


Text Example

White with #AF6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6200; }

 p { color: rgb(175,98,0); }

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

background-color css

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

 a { background-color: rgb(175,98,0); }

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

border-color css

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

 span { border-color: rgb(175,98,0); }

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