Html Css Color HEX #A38534 Reef Gold

📋 copy color: '#A38534'

red 163 ◦ green 133 ◦ blue 52

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

Shades of Reef Gold #A38534

Tints of Reef Gold #A38534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

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

R = 46.84%
G = 38.22%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A38534 (or 0xA38534) is known color: Reef Gold. HEX triplet: A3, 85 and 34. RGB value is (163,133,52). Sum of RGB (Red+Green+Blue) = 163+133+52=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A38534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38534 is #5C7ACB. Grayscale: #858585. Windows color (decimal): -6060748 or 3442083. OLE color: 3442083.

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

Color convert

RGB 163 133 52 -
CMYK 0 0.18 0.68 0.36
HSL 43.78º 0.52% 0.42% -
HSV(B) 43.78º 0.68% 0.64% -
XYZ 24.11 24.81 6.77 -
YUV 132.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 163 133 52 0 0.18 0.68 0.36 43.78 0.52 0.42
Hex A3 85 34 0 12 44 24 2C 34 2A
Octal 243 205 64 0 22 104 44 54 64 52
Binary 10100011 10000101 110100 0 10010 1000100 100100 101100 110100 101010

Color Harmonies of #A38534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38534

Black with #A38534

Text Example


Text Example

White with #A38534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38534; }

 p { color: rgb(163,133,52); }

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

background-color css

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

 a { background-color: rgb(163,133,52); }

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

border-color css

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

 span { border-color: rgb(163,133,52); }

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