Html Css Color HEX #AF8220 Hacienda

📋 copy color: '#AF8220'

red 175 ◦ green 130 ◦ blue 32

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

Shades of Hacienda #AF8220

Tints of Hacienda #AF8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 51.93%
G = 38.58%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF8220 (or 0xAF8220) is known color: Hacienda. HEX triplet: AF, 82 and 20. RGB value is (175,130,32). Sum of RGB (Red+Green+Blue) = 175+130+32=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8220 is #507DDF. Grayscale: #848484. Windows color (decimal): -5275104 or 2130607. OLE color: 2130607.

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

Color convert

RGB 175 130 32 -
CMYK 0 0.26 0.82 0.31
HSL 41.12º 0.69% 0.41% -
HSV(B) 41.12º 0.82% 0.69% -
XYZ 25.92 25.18 4.86 -
YUV 132.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 175 130 32 0 0.26 0.82 0.31 41.12 0.69 0.41
Hex AF 82 20 0 1A 52 1F 29 45 29
Octal 257 202 40 0 32 122 37 51 105 51
Binary 10101111 10000010 100000 0 11010 1010010 11111 101001 1000101 101001

Color Harmonies of #AF8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8220

Black with #AF8220

Text Example


Text Example

White with #AF8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8220; }

 p { color: rgb(175,130,32); }

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

background-color css

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

 a { background-color: rgb(175,130,32); }

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

border-color css

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

 span { border-color: rgb(175,130,32); }

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