Html Css Color HEX #A28B05 Dark Goldenrod

📋 copy color: '#A28B05'

red 162 ◦ green 139 ◦ blue 5

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

Shades of Dark Goldenrod #A28B05

Tints of Dark Goldenrod #A28B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.42%

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

R = 52.94%
G = 45.42%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A28B05 (or 0xA28B05) is known color: Dark Goldenrod. HEX triplet: A2, 8B and 05. RGB value is (162,139,5). Sum of RGB (Red+Green+Blue) = 162+139+5=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28B05 is #5D74FA. Grayscale: #838383. Windows color (decimal): -6124795 or 363426. OLE color: 363426.

HSL color Cylindrical-coordinate representation of color #A28B05: hue angle of 51.21º 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 #A28B05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 139 5 -
CMYK 0 0.14 0.97 0.36
HSL 51.21º 0.94% 0.33% -
HSV(B) 51.21º 0.97% 0.64% -
XYZ 24.16 26.16 3.92 -
YUV 130.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 162 139 5 0 0.14 0.97 0.36 51.21 0.94 0.33
Hex A2 8B 5 0 E 61 24 33 5E 21
Octal 242 213 5 0 16 141 44 63 136 41
Binary 10100010 10001011 101 0 1110 1100001 100100 110011 1011110 100001

Color Harmonies of #A28B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B05

Black with #A28B05

Text Example


Text Example

White with #A28B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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