Html Css Color HEX #A48B34 Reef Gold

📋 copy color: '#A48B34'

red 164 ◦ green 139 ◦ blue 52

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

Shades of Reef Gold #A48B34

Tints of Reef Gold #A48B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 46.2%
G = 39.15%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A48B34 (or 0xA48B34) is known color: Reef Gold. HEX triplet: A4, 8B and 34. RGB value is (164,139,52). Sum of RGB (Red+Green+Blue) = 164+139+52=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B34 is #5B74CB. Grayscale: #888888. Windows color (decimal): -5993676 or 3443620. OLE color: 3443620.

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

Color convert

RGB 164 139 52 -
CMYK 0 0.15 0.68 0.36
HSL 46.61º 0.52% 0.42% -
HSV(B) 46.61º 0.68% 0.64% -
XYZ 25.16 26.61 7.06 -
YUV 136.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 164 139 52 0 0.15 0.68 0.36 46.61 0.52 0.42
Hex A4 8B 34 0 F 44 24 2F 34 2A
Octal 244 213 64 0 17 104 44 57 64 52
Binary 10100100 10001011 110100 0 1111 1000100 100100 101111 110100 101010

Color Harmonies of #A48B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B34

Black with #A48B34

Text Example


Text Example

White with #A48B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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