Html Css Color HEX #AF6600 Golden Brown

📋 copy color: '#AF6600'

red 175 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #AF6600

Tints of Golden Brown #AF6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

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

R = 63.18%
G = 36.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF6600 (or 0xAF6600) is known color: Golden Brown. HEX triplet: AF, 66 and 00. RGB value is (175,102,0). Sum of RGB (Red+Green+Blue) = 175+102+0=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6600 is #5099FF. Grayscale: #707070. Windows color (decimal): -5282304 or 26287. OLE color: 26287.

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

Color convert

RGB 175 102 0 -
CMYK 0 0.42 1 0.31
HSL 34.97º 1% 0.34% -
HSV(B) 34.97º 1% 0.69% -
XYZ 22.43 18.62 2.41 -
YUV 112.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 175 102 0 0 0.42 1 0.31 34.97 1 0.34
Hex AF 66 0 0 2A 64 1F 23 64 22
Octal 257 146 0 0 52 144 37 43 144 42
Binary 10101111 1100110 0 0 101010 1100100 11111 100011 1100100 100010

Color Harmonies of #AF6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6600

Black with #AF6600

Text Example


Text Example

White with #AF6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6600; }

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

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

background-color css

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

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

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

border-color css

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

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

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