Html Css Color HEX #AF660D Golden Brown

📋 copy color: '#AF660D'

red 175 ◦ green 102 ◦ blue 13

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

Shades of Golden Brown #AF660D

Tints of Golden Brown #AF660D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 60.34%
G = 35.17%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF660D (or 0xAF660D) is known color: Golden Brown. HEX triplet: AF, 66 and 0D. RGB value is (175,102,13). Sum of RGB (Red+Green+Blue) = 175+102+13=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF660D is #5099F2. Grayscale: #727272. Windows color (decimal): -5282291 or 878255. OLE color: 878255.

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

Color convert

RGB 175 102 13 -
CMYK 0 0.42 0.93 0.31
HSL 32.96º 0.86% 0.37% -
HSV(B) 32.96º 0.93% 0.69% -
XYZ 22.5 18.65 2.79 -
YUV 113.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 175 102 13 0 0.42 0.93 0.31 32.96 0.86 0.37
Hex AF 66 D 0 2A 5D 1F 21 56 25
Octal 257 146 15 0 52 135 37 41 126 45
Binary 10101111 1100110 1101 0 101010 1011101 11111 100001 1010110 100101

Color Harmonies of #AF660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF660D

Black with #AF660D

Text Example


Text Example

White with #AF660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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