Html Css Color HEX #A07B02 Dark Goldenrod

📋 copy color: '#A07B02'

red 160 ◦ green 123 ◦ blue 2

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

Shades of Dark Goldenrod #A07B02

Tints of Dark Goldenrod #A07B02

RGB

 RED value IS 160 (62.89% from 255) = 56.14%

 GREEN value IS 123 (48.44% from 255) = 43.16%

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

R = 56.14%
G = 43.16%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A07B02 (or 0xA07B02) is known color: Dark Goldenrod. HEX triplet: A0, 7B and 02. RGB value is (160,123,2). Sum of RGB (Red+Green+Blue) = 160+123+2=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07B02 is #5F84FD. Grayscale: #787878. Windows color (decimal): -6259966 or 162720. OLE color: 162720.

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

Color convert

RGB 160 123 2 -
CMYK 0 0.23 0.99 0.37
HSL 45.95º 0.98% 0.32% -
HSV(B) 45.95º 0.99% 0.63% -
XYZ 21.59 21.64 3.1 -
YUV 120.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 160 123 2 0 0.23 0.99 0.37 45.95 0.98 0.32
Hex A0 7B 2 0 17 63 25 2E 62 20
Octal 240 173 2 0 27 143 45 56 142 40
Binary 10100000 1111011 10 0 10111 1100011 100101 101110 1100010 100000

Color Harmonies of #A07B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B02

Black with #A07B02

Text Example


Text Example

White with #A07B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B02; }

 p { color: rgb(160,123,2); }

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

background-color css

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

 a { background-color: rgb(160,123,2); }

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

border-color css

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

 span { border-color: rgb(160,123,2); }

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