Html Css Color HEX #A28405 Dark Goldenrod

📋 copy color: '#A28405'

red 162 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #A28405

Tints of Dark Goldenrod #A28405

RGB

 RED value IS 162 (63.67% from 255) = 54.18%

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

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 54.18%
G = 44.15%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A28405 (or 0xA28405) is known color: Dark Goldenrod. HEX triplet: A2, 84 and 05. RGB value is (162,132,5). Sum of RGB (Red+Green+Blue) = 162+132+5=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A28405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28405 is #5D7BFA. Grayscale: #7F7F7F. Windows color (decimal): -6126587 or 361634. OLE color: 361634.

HSL color Cylindrical-coordinate representation of color #A28405: hue angle of 48.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A28405 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 132 5 -
CMYK 0 0.19 0.97 0.36
HSL 48.54º 0.94% 0.33% -
HSV(B) 48.54º 0.97% 0.64% -
XYZ 23.18 24.19 3.59 -
YUV 126.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 162 132 5 0 0.19 0.97 0.36 48.54 0.94 0.33
Hex A2 84 5 0 13 61 24 31 5E 21
Octal 242 204 5 0 23 141 44 61 136 41
Binary 10100010 10000100 101 0 10011 1100001 100100 110001 1011110 100001

Color Harmonies of #A28405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28405

Black with #A28405

Text Example


Text Example

White with #A28405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28405; }

 p { color: rgb(162,132,5); }

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

background-color css

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

 a { background-color: rgb(162,132,5); }

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

border-color css

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

 span { border-color: rgb(162,132,5); }

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