Html Css Color HEX #A38B02 Dark Goldenrod

📋 copy color: '#A38B02'

red 163 ◦ green 139 ◦ blue 2

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

Shades of Dark Goldenrod #A38B02

Tints of Dark Goldenrod #A38B02

RGB

 RED value IS 163 (64.06% from 255) = 53.62%

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

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

R = 53.62%
G = 45.72%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A38B02 (or 0xA38B02) is known color: Dark Goldenrod. HEX triplet: A3, 8B and 02. RGB value is (163,139,2). Sum of RGB (Red+Green+Blue) = 163+139+2=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38B02 is #5C74FD. Grayscale: #838383. Windows color (decimal): -6059262 or 166819. OLE color: 166819.

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

Color convert

RGB 163 139 2 -
CMYK 0 0.15 0.99 0.36
HSL 51.06º 0.98% 0.32% -
HSV(B) 51.06º 0.99% 0.64% -
XYZ 24.35 26.26 3.84 -
YUV 130.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 163 139 2 0 0.15 0.99 0.36 51.06 0.98 0.32
Hex A3 8B 2 0 F 63 24 33 62 20
Octal 243 213 2 0 17 143 44 63 142 40
Binary 10100011 10001011 10 0 1111 1100011 100100 110011 1100010 100000

Color Harmonies of #A38B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B02

Black with #A38B02

Text Example


Text Example

White with #A38B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B02; }

 p { color: rgb(163,139,2); }

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

background-color css

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

 a { background-color: rgb(163,139,2); }

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

border-color css

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

 span { border-color: rgb(163,139,2); }

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