Html Css Color HEX #AF821A Dark Goldenrod

📋 copy color: '#AF821A'

red 175 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #AF821A

Tints of Dark Goldenrod #AF821A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 52.87%
G = 39.27%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF821A (or 0xAF821A) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 1A. RGB value is (175,130,26). Sum of RGB (Red+Green+Blue) = 175+130+26=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF821A is #507DE5. Grayscale: #848484. Windows color (decimal): -5275110 or 1737391. OLE color: 1737391.

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

Color convert

RGB 175 130 26 -
CMYK 0 0.26 0.85 0.31
HSL 41.88º 0.74% 0.39% -
HSV(B) 41.88º 0.85% 0.69% -
XYZ 25.85 25.15 4.47 -
YUV 131.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 175 130 26 0 0.26 0.85 0.31 41.88 0.74 0.39
Hex AF 82 1A 0 1A 55 1F 2A 4A 27
Octal 257 202 32 0 32 125 37 52 112 47
Binary 10101111 10000010 11010 0 11010 1010101 11111 101010 1001010 100111

Color Harmonies of #AF821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF821A

Black with #AF821A

Text Example


Text Example

White with #AF821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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