Html Css Color HEX #AF660B Golden Brown

📋 copy color: '#AF660B'

red 175 ◦ green 102 ◦ blue 11

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

Shades of Golden Brown #AF660B

Tints of Golden Brown #AF660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 60.76%
G = 35.42%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF660B (or 0xAF660B) is known color: Golden Brown. HEX triplet: AF, 66 and 0B. RGB value is (175,102,11). Sum of RGB (Red+Green+Blue) = 175+102+11=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF660B is #5099F4. Grayscale: #717171. Windows color (decimal): -5282293 or 747183. OLE color: 747183.

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

Color convert

RGB 175 102 11 -
CMYK 0 0.42 0.94 0.31
HSL 33.29º 0.88% 0.36% -
HSV(B) 33.29º 0.94% 0.69% -
XYZ 22.49 18.64 2.73 -
YUV 113.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 175 102 11 0 0.42 0.94 0.31 33.29 0.88 0.36
Hex AF 66 B 0 2A 5E 1F 21 58 24
Octal 257 146 13 0 52 136 37 41 130 44
Binary 10101111 1100110 1011 0 101010 1011110 11111 100001 1011000 100100

Color Harmonies of #AF660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF660B

Black with #AF660B

Text Example


Text Example

White with #AF660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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