Html Css Color HEX #A48B39 Reef Gold

📋 copy color: '#A48B39'

red 164 ◦ green 139 ◦ blue 57

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

Shades of Reef Gold #A48B39

Tints of Reef Gold #A48B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.83%

R = 45.56%
G = 38.61%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A48B39 (or 0xA48B39) is known color: Reef Gold. HEX triplet: A4, 8B and 39. RGB value is (164,139,57). Sum of RGB (Red+Green+Blue) = 164+139+57=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B39 is #5B74C6. Grayscale: #898989. Windows color (decimal): -5993671 or 3771300. OLE color: 3771300.

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

Color convert

RGB 164 139 57 -
CMYK 0 0.15 0.65 0.36
HSL 45.98º 0.48% 0.43% -
HSV(B) 45.98º 0.65% 0.64% -
XYZ 25.28 26.65 7.68 -
YUV 137.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 164 139 57 0 0.15 0.65 0.36 45.98 0.48 0.43
Hex A4 8B 39 0 F 41 24 2E 30 2B
Octal 244 213 71 0 17 101 44 56 60 53
Binary 10100100 10001011 111001 0 1111 1000001 100100 101110 110000 101011

Color Harmonies of #A48B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B39

Black with #A48B39

Text Example


Text Example

White with #A48B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B39; }

 p { color: rgb(164,139,57); }

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

background-color css

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

 a { background-color: rgb(164,139,57); }

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

border-color css

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

 span { border-color: rgb(164,139,57); }

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