Html Css Color HEX #AF8221 Hacienda

📋 copy color: '#AF8221'

red 175 ◦ green 130 ◦ blue 33

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

Shades of Hacienda #AF8221

Tints of Hacienda #AF8221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 51.78%
G = 38.46%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF8221 (or 0xAF8221) is known color: Hacienda. HEX triplet: AF, 82 and 21. RGB value is (175,130,33). Sum of RGB (Red+Green+Blue) = 175+130+33=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8221 is #507DDE. Grayscale: #848484. Windows color (decimal): -5275103 or 2196143. OLE color: 2196143.

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

Color convert

RGB 175 130 33 -
CMYK 0 0.26 0.81 0.31
HSL 40.99º 0.68% 0.41% -
HSV(B) 40.99º 0.81% 0.69% -
XYZ 25.94 25.19 4.93 -
YUV 132.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 175 130 33 0 0.26 0.81 0.31 40.99 0.68 0.41
Hex AF 82 21 0 1A 51 1F 29 44 29
Octal 257 202 41 0 32 121 37 51 104 51
Binary 10101111 10000010 100001 0 11010 1010001 11111 101001 1000100 101001

Color Harmonies of #AF8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8221

Black with #AF8221

Text Example


Text Example

White with #AF8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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