Html Css Color HEX #AF660A Golden Brown

📋 copy color: '#AF660A'

red 175 ◦ green 102 ◦ blue 10

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

Shades of Golden Brown #AF660A

Tints of Golden Brown #AF660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 60.98%
G = 35.54%
B = 3.48%

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

#AF660A (or 0xAF660A) is known color: Golden Brown. HEX triplet: AF, 66 and 0A. RGB value is (175,102,10). Sum of RGB (Red+Green+Blue) = 175+102+10=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF660A is #5099F5. Grayscale: #717171. Windows color (decimal): -5282294 or 681647. OLE color: 681647.

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

Color convert

RGB 175 102 10 -
CMYK 0 0.42 0.94 0.31
HSL 33.45º 0.89% 0.36% -
HSV(B) 33.45º 0.94% 0.69% -
XYZ 22.49 18.64 2.7 -
YUV 113.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 175 102 10 0 0.42 0.94 0.31 33.45 0.89 0.36
Hex AF 66 A 0 2A 5E 1F 21 59 24
Octal 257 146 12 0 52 136 37 41 131 44
Binary 10101111 1100110 1010 0 101010 1011110 11111 100001 1011001 100100

Color Harmonies of #AF660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF660A

Black with #AF660A

Text Example


Text Example

White with #AF660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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