Html Css Color HEX #A28C02 Dark Goldenrod

📋 copy color: '#A28C02'

red 162 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #A28C02

Tints of Dark Goldenrod #A28C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 53.29%
G = 46.05%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A28C02 (or 0xA28C02) is known color: Dark Goldenrod. HEX triplet: A2, 8C and 02. RGB value is (162,140,2). Sum of RGB (Red+Green+Blue) = 162+140+2=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28C02 is #5D73FD. Grayscale: #838383. Windows color (decimal): -6124542 or 167074. OLE color: 167074.

HSL color Cylindrical-coordinate representation of color #A28C02: hue angle of 51.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A28C02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 2 -
CMYK 0 0.14 0.99 0.36
HSL 51.75º 0.98% 0.32% -
HSV(B) 51.75º 0.99% 0.64% -
XYZ 24.29 26.44 3.88 -
YUV 130.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 162 140 2 0 0.14 0.99 0.36 51.75 0.98 0.32
Hex A2 8C 2 0 E 63 24 34 62 20
Octal 242 214 2 0 16 143 44 64 142 40
Binary 10100010 10001100 10 0 1110 1100011 100100 110100 1100010 100000

Color Harmonies of #A28C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C02

Black with #A28C02

Text Example


Text Example

White with #A28C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C02; }

 p { color: rgb(162,140,2); }

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

background-color css

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

 a { background-color: rgb(162,140,2); }

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

border-color css

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

 span { border-color: rgb(162,140,2); }

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