Html Css Color HEX #AF841E Hacienda

📋 copy color: '#AF841E'

red 175 ◦ green 132 ◦ blue 30

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

Shades of Hacienda #AF841E

Tints of Hacienda #AF841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 51.93%
G = 39.17%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF841E (or 0xAF841E) is known color: Hacienda. HEX triplet: AF, 84 and 1E. RGB value is (175,132,30). Sum of RGB (Red+Green+Blue) = 175+132+30=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF841E is #507BE1. Grayscale: #858585. Windows color (decimal): -5274594 or 2000047. OLE color: 2000047.

HSL color Cylindrical-coordinate representation of color #AF841E: hue angle of 42.21º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF841E is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 30 -
CMYK 0 0.25 0.83 0.31
HSL 42.21º 0.71% 0.4% -
HSV(B) 42.21º 0.83% 0.69% -
XYZ 26.16 25.71 4.81 -
YUV 133.23 69.75 157.79 -
System Red Green Blue C M Y K H S L
Decimal 175 132 30 0 0.25 0.83 0.31 42.21 0.71 0.4
Hex AF 84 1E 0 19 53 1F 2A 47 28
Octal 257 204 36 0 31 123 37 52 107 50
Binary 10101111 10000100 11110 0 11001 1010011 11111 101010 1000111 101000

Color Harmonies of #AF841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF841E

Black with #AF841E

Text Example


Text Example

White with #AF841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF841E; }

 p { color: rgb(175,132,30); }

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

background-color css

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

 a { background-color: rgb(175,132,30); }

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

border-color css

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

 span { border-color: rgb(175,132,30); }

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