Html Css Color HEX #A48A37 Reef Gold

📋 copy color: '#A48A37'

red 164 ◦ green 138 ◦ blue 55

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

Shades of Reef Gold #A48A37

Tints of Reef Gold #A48A37

RGB

 RED value IS 164 (64.45% from 255) = 45.94%

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

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

R = 45.94%
G = 38.66%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A48A37 (or 0xA48A37) is known color: Reef Gold. HEX triplet: A4, 8A and 37. RGB value is (164,138,55). Sum of RGB (Red+Green+Blue) = 164+138+55=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A37 is #5B75C8. Grayscale: #888888. Windows color (decimal): -5993929 or 3639972. OLE color: 3639972.

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

Color convert

RGB 164 138 55 -
CMYK 0 0.16 0.66 0.36
HSL 45.69º 0.5% 0.43% -
HSV(B) 45.69º 0.66% 0.64% -
XYZ 25.09 26.35 7.38 -
YUV 136.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 164 138 55 0 0.16 0.66 0.36 45.69 0.5 0.43
Hex A4 8A 37 0 10 42 24 2E 32 2B
Octal 244 212 67 0 20 102 44 56 62 53
Binary 10100100 10001010 110111 0 10000 1000010 100100 101110 110010 101011

Color Harmonies of #A48A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A37

Black with #A48A37

Text Example


Text Example

White with #A48A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A37; }

 p { color: rgb(164,138,55); }

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

background-color css

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

 a { background-color: rgb(164,138,55); }

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

border-color css

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

 span { border-color: rgb(164,138,55); }

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