Html Css Color HEX #A38E37 Reef Gold

📋 copy color: '#A38E37'

red 163 ◦ green 142 ◦ blue 55

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

Shades of Reef Gold #A38E37

Tints of Reef Gold #A38E37

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.44%

 BLUE value IS 55 (21.88% from 255) = 15.28%

R = 45.28%
G = 39.44%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A38E37 (or 0xA38E37) is known color: Reef Gold. HEX triplet: A3, 8E and 37. RGB value is (163,142,55). Sum of RGB (Red+Green+Blue) = 163+142+55=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E37 is #5C71C8. Grayscale: #8A8A8A. Windows color (decimal): -6058441 or 3640995. OLE color: 3640995.

HSL color Cylindrical-coordinate representation of color #A38E37: hue angle of 48.33º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A38E37 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 142 55 -
CMYK 0 0.13 0.66 0.36
HSL 48.33º 0.5% 0.43% -
HSV(B) 48.33º 0.66% 0.64% -
XYZ 25.47 27.41 7.56 -
YUV 138.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 163 142 55 0 0.13 0.66 0.36 48.33 0.5 0.43
Hex A3 8E 37 0 D 42 24 30 32 2B
Octal 243 216 67 0 15 102 44 60 62 53
Binary 10100011 10001110 110111 0 1101 1000010 100100 110000 110010 101011

Color Harmonies of #A38E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E37

Black with #A38E37

Text Example


Text Example

White with #A38E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E37; }

 p { color: rgb(163,142,55); }

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

background-color css

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

 a { background-color: rgb(163,142,55); }

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

border-color css

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

 span { border-color: rgb(163,142,55); }

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