Html Css Color HEX #A38A07 Dark Goldenrod

📋 copy color: '#A38A07'

red 163 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #A38A07

Tints of Dark Goldenrod #A38A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 52.92%
G = 44.81%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A38A07 (or 0xA38A07) is known color: Dark Goldenrod. HEX triplet: A3, 8A and 07. RGB value is (163,138,7). Sum of RGB (Red+Green+Blue) = 163+138+7=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A07 is #5C75F8. Grayscale: #838383. Windows color (decimal): -6059513 or 494243. OLE color: 494243.

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

Color convert

RGB 163 138 7 -
CMYK 0 0.15 0.96 0.36
HSL 50.38º 0.92% 0.33% -
HSV(B) 50.38º 0.96% 0.64% -
XYZ 24.23 25.98 3.94 -
YUV 130.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 163 138 7 0 0.15 0.96 0.36 50.38 0.92 0.33
Hex A3 8A 7 0 F 60 24 32 5C 21
Octal 243 212 7 0 17 140 44 62 134 41
Binary 10100011 10001010 111 0 1111 1100000 100100 110010 1011100 100001

Color Harmonies of #A38A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A07

Black with #A38A07

Text Example


Text Example

White with #A38A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A07; }

 p { color: rgb(163,138,7); }

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

background-color css

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

 a { background-color: rgb(163,138,7); }

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

border-color css

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

 span { border-color: rgb(163,138,7); }

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